home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 60.zip / BS1 part 60 / Mandala Studio d1.adf / Install < prev    next >
AmigaDOS Script File  |  1992-10-23  |  1KB  |  31 lines

  1. .key ""
  2. .bra {
  3. .ket }
  4. echo "A2232 Automatic Install Script (Revision 1.0a)*N"
  5. echo "This operation will delete your current serial port driver."
  6. echo "You should be using a COPY of your Workbench disk."
  7. echo "Do you wish to continue? " noline
  8. skip >NIL: ?
  9.  
  10. ;----------------------------------------------------------------------------
  11. lab yes
  12. lab y
  13. echo "*ncopy devs/serial.device devs:"
  14. copy devs/serial.device devs:        ;New A2232 driver
  15. echo "copy devs/oldser.device devs:"
  16. copy devs/oldser.device devs:        ;Special copy of old serial.device
  17. c/test
  18. ask "Do you want the A2232_Preferences copied to your SYS:Prefs drawer ?"
  19. if WARN
  20. copy A2232_Preferences sys:Prefs
  21. copy A2232_Preferences.info sys:Prefs
  22. endif
  23. echo "*nInstallation complete.  You may wish to copy AmigaTerm to your"
  24. echo "Workbench disk.  The AmigaTerm fonts directory is"
  25. echo "for the special VT100 emulation and 132 column modes of AmigaTerm.*n"
  26. echo "*CLI users should look in the *"cli*" drawer for additional information."
  27. echo "*nPress CTRL-C to exit" NOLINE
  28. wait 240
  29. ;----------------------------------------------------------------------------
  30. endskip
  31.